home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / svgabg.exe / NOTES256.SVG < prev    next >
Text File  |  1992-06-17  |  1KB  |  44 lines

  1. SuperVGA 256 BGI driver 
  2. Version 2.4
  3. June 12, 1992
  4.  
  5. This is the newest version of my SuperVGA 256 BGI driver.  I have fixed 
  6. several bugs in the previous releases, as well as added several improvements.
  7.  
  8.     o 1024x768x256 color mode is now supported on Tseng 4000,
  9.       Chips&Tech, Trident 8900 and Ahead video cards.
  10.  
  11.     o Getimage and putimage will work with bitmaps up to the 
  12.      size of available memory. (> 64k)
  13.  
  14.     o VESA support has been added.
  15.  
  16.     o Added setvgapalette256 function.
  17.  
  18.     o Floodfill is implemented. (still slow!) (2.0)
  19.  
  20.     o Added new logical operations to putimage (2.25)
  21.       XNOR_PUT
  22.       NOR_PUT
  23.       NAND_PUT
  24.       TRANS_COPY_PUT - Treats 0 as transparent (useful for cursors)
  25.  
  26.     o Logical operations for putimage actually work correctly! ;-> (2.3)
  27.  
  28.     o Fixed minor line drawing bug (2.31)
  29.  
  30.     o Support for the S3 card (non-native mode) has been added (2.4)
  31.  
  32.     o Paging has been implemented for SuperVGA cards that support it (2.4)
  33.       (Currently only support Tseng4000, C&T, Paradise and Video7;
  34.        ATI and Genoa cards do not support paging above 64k)
  35.  
  36.     Mode            Paging?        # of pages (with 1024k)
  37.     320x200            yes         16
  38.     640x400            yes         4
  39.     640x480            yes         3
  40.     800x600            yes         2
  41.     1024x768        no        1
  42.     640x350            yes         4
  43.     1280x1024        no        0    (needs 1.2M)
  44.